home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00285.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  457 b   |  19 lines

  1. on mouseUp
  2.   global dayNo, firstMonthlyDay, beginDate
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   cursor(4)
  7.   set x to the clickOn
  8.   if the cursor of sprite x > 200 then
  9.     killcorrection()
  10.     puppetSprite(7, 1)
  11.     puppetSprite(7, 0)
  12.     go("Monthly Stamp")
  13.     cursor(0)
  14.     set dayNo to x - 13 + firstMonthlyDay
  15.     put "Choose the best stamp for Day " & dayNo & ": " & GetLongDate(dayNo + beginDate - 1) into field "choose"
  16.   end if
  17.   cursor(0)
  18. end
  19.